home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Harmless / Eyecon / Source / InfoView.h < prev    next >
Encoding:
Text File  |  1994-04-01  |  264 b   |  20 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5. #import <dpsclient/wraps.h>
  6.  
  7. @interface InfoView:View
  8. {
  9.     id   font;
  10.     BOOL drawnOnce;
  11.     BOOL drawing;
  12.     float d;
  13.     DPSTimedEntry timedEntry;
  14. }
  15.  
  16. - windowDidBecomeKey:sender;
  17. - windowWillClose:sender;
  18.  
  19. @end
  20.